home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir34 / rzsplt12.zip / RZSPLIT.DOC < prev    next >
Text File  |  1994-10-25  |  3KB  |  107 lines

  1.  
  2. RZSplit V. 1.2 - A DOS utility to split files to make them fit on a floppy.
  3. ==============
  4.  
  5. CRC Info:
  6. Filename = RZSPLIT.EXE
  7. Size     = 33758
  8. crc16    = 302C
  9. crc32    = 42A53247
  10.  
  11.  
  12.     The utility RZSplit is actually 2 programs in one.  It will not only
  13. split a files into smaller files, but also create your original file from
  14. the smaller files.
  15.  
  16. I have tried to "split" ZIP files using other programs, but none of them
  17. worked if you had a larger file in your ZIP.  This program will change all
  18. that.
  19.  
  20. This utility works with ANY kind of DOS file. (i.e. ZIP, ARJ, TXT)
  21.  
  22. The syntax to split a large file is quite easy. Just type:
  23.  
  24.   "rzsplit <filename> [288] [144] [12] [720] [360]"
  25.  
  26. <filename> = The DOS file you want to split.
  27.  
  28. [288] = RZSPLIT will write out files that are 2.8M in size.
  29. [144] = RZSPLIT will write out files that are 1.4M in size.
  30. [12]  = RZSPLIT will write out files that are 1.2M in size.
  31. [720] = RZSPLIT will write out files that are 720K in size.
  32. [360] = RZSPLIT will write out files that are 360K in size.
  33.  
  34. for example, say the file "altersnd.zip" is 600,000 bytes. If we were
  35. to type:
  36.  
  37. -----------------------------------------------------------------
  38. C:> rzsplit altersnd.zip 360
  39.  
  40. RZSplit creating Split files..
  41.  
  42. Writing out: altersnd.001     --\ These are called "split files",
  43. Writing out: altersnd.002     --/ and they are 360K or smaller.
  44.  
  45. RZSplit Finished.
  46. ------------------------------------------------------------------
  47.  
  48. The syntax to create your original file is also quite easy. Just type:
  49.  
  50.   "rzsplit <filename> [-d]"
  51.  
  52. <filename> = The DOS file you want to create. (WITHOUT THE EXTENSION)
  53.  
  54. [-d] = If given, RZSPLIT will delete your "split files", after they
  55.        have been read.
  56.  
  57. Now say you want to create your "altersnd.zip" file by using your
  58. "split files". If you want your "split files" deleted, use the "-d" option.
  59. Make sure ALL your "split files" are in your current directory, and type:
  60.  
  61. ------------------------------------------------------------------
  62. C:> rzsplit altersnd
  63.  
  64. RZSplit creating Original file..
  65.  
  66. Opening:  altersnd.001
  67. Building: altersnd.zip
  68. Opening:  altersnd.002
  69.  
  70. RZSplit Finished.
  71. ------------------------------------------------------------------
  72.  
  73. NOTE: The "split files" written in a previous version of RZSPLIT will work
  74. with this version.
  75.  
  76. The process to split a large file may take some time.  But its worth it.
  77.  
  78.  
  79. LEGAL STUFF
  80. ===========
  81.  
  82. The programmer cannot accept responsibility for any damages that may be
  83. incurred by the use of RZSPLIT.
  84.  
  85. This program is FREEWARE and may be copied and distributed without charge
  86. and without further permission to anyone and everyone.  I would love to see
  87. thousands, even millions of people use this program.  This program must not
  88. be sold for profit.  It may be included with other products, commercial or
  89. otherwise, as long as this text file is included, and both it and the
  90. program are not modified in any way.
  91.  
  92.  
  93. Revision Notes
  94. ==============
  95.  
  96.  06/08/94 - Initial Release (version 1.0).
  97.  10/21/94 - Version 1.1.  Improved on the documentation, added ability
  98.             to delete or keep the "split files".
  99.  10/23/94 - Version 1.2.  Increased speed of file access by changing
  100.             the buffer size from 1K to 8194K.
  101.  
  102.  
  103. Written by R. Zino in Turbo C++.  I can be reached at "rjz@indcomp.com"
  104. for comments/questions.
  105.  
  106. -EOF-
  107.